Table 9–1: Navigating SDOResultSet rows
|
Syntax
|
Description
|
|
|
Positions the cursor on the n-th row. A negative number positions the cursor relative to the end of the SDOResultSet. The index (n) is 1-based.
|
|
|
Moves the cursor backwards.
|
|
|
Moves the cursor forward.
|
|
|
Moves the cursor n rows forward (backward if n is negative).
|
|
|
Positions the cursor on the first row.
|
|
|
Positions the cursor before the first row.
|
|
|
Positions the cursor on the last row.
|
|
|
Positions the cursor after the last row.
|
|
|
Is the cursor after the last row?
|
|
|
Is the cursor before the first row?
|
|
|
Is the cursor on the last row?
|
|
|
Gets the position (1-based) of the cursor.
|